projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f870f3f
)
* xdisp.c (display_menu_bar): Redisplay all lines occupied by the
author
Jim Blandy
<jimb@redhat.com>
Mon, 2 Aug 1993 21:19:23 +0000
(21:19 +0000)
committer
Jim Blandy
<jimb@redhat.com>
Mon, 2 Aug 1993 21:19:23 +0000
(21:19 +0000)
menu bar, not just the first.
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index b9ef666f869c8fb49f5c65e87316408e7f75b5d0..dc833e5d5f9240721d5ba55b84255f207a27790d 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-2194,6
+2194,11
@@
display_menu_bar (w)
/* Fill out the line with spaces. */
if (maxendcol > hpos)
hpos = display_string (w, vpos, "", hpos, 0, maxendcol, -1);
+
+ /* Clear the rest of the lines allocated to the menu bar. */
+ vpos++;
+ while (vpos < FRAME_MENU_BAR_LINES (f))
+ get_display_line (f, vpos++, 0);
}
\f
/* Display the mode line for window w */